home *** CD-ROM | disk | FTP | other *** search
/ Chip 2007 January, February, March & April / Chip-Cover-CD-2007-02.iso / Pakiet bezpieczenstwa / mini Pentoo LiveCD 2006.1 / mpentoo-2006.1.iso / livecd.squashfs / usr / lib / perl5 / 5.8.7 / Digest / Changes < prev    next >
Text File  |  2006-04-25  |  2KB  |  110 lines

  1. 2004-11-08   Gisle Aas <gisle@ActiveState.com>
  2.  
  3.    Release 1.10
  4.  
  5.    Added Digest::file module which provide convenience functions
  6.    that calculate digests of files.
  7.  
  8.  
  9.  
  10. 2004-11-05   Gisle Aas <gisle@ActiveState.com>
  11.  
  12.    Release 1.09
  13.  
  14.    Fix trivial documentation typo.
  15.  
  16.  
  17.  
  18. 2004-04-29   Gisle Aas <gisle@ActiveState.com>
  19.  
  20.    Release 1.08
  21.  
  22.    Make Digest->new("CRC-16"), Digest->new("CRC-32") and
  23.    Digest->new("CRC-CCITT") work.
  24.    Patch by Oliver Maul <oliver@maul.tv>.
  25.  
  26.  
  27.  
  28. 2004-04-25   Gisle Aas <gisle@ActiveState.com>
  29.  
  30.    Release 1.07
  31.  
  32.    Updated benchmark.
  33.  
  34.  
  35.  
  36. 2004-04-01   Gisle Aas <gisle@ActiveState.com>
  37.  
  38.    Release 1.06
  39.  
  40.    Added MIME::Base64 dependency.
  41.  
  42.    Minor doc tweak.
  43.  
  44.  
  45.  
  46. 2003-12-01   Gisle Aas <gisle@ActiveState.com>
  47.  
  48.    Release 1.05
  49.  
  50.    Drop Digest::MD5 dependency.  Avoids circular dependency
  51.    now that Digest::MD5 depend on this package to inherit
  52.    Digest::base.
  53.  
  54.    Included a section about digest speed with benchmark
  55.    results for some implementations of this API.
  56.  
  57.  
  58.  
  59. 2003-11-29   Gisle Aas <gisle@ActiveState.com>
  60.  
  61.    Release 1.04
  62.  
  63.    Doc tweaks to unconfuse search.cpan.org.
  64.  
  65.  
  66.  
  67. 2003-11-28   Gisle Aas <gisle@ActiveState.com>
  68.  
  69.    Release 1.03
  70.  
  71.    Added add_bits() method as requested by the
  72.    Digest::SHA author Mark Shelor.
  73.  
  74.    Added Digest::base class that Digest implementations
  75.    can use to get default implementations of addfile(),
  76.    add_bits(), hexdigest() and b64digest().
  77.  
  78.    Digest->new("SHA-256") and similar should work now
  79.    given that you have either Digest::SHA or Digest::SHA2
  80.    installed.
  81.  
  82.  
  83.  
  84. 2003-01-18   Gisle Aas <gisle@ActiveState.com>
  85.  
  86.    Release 1.02
  87.  
  88.    Sync up with version bundled with perl-5.8.
  89.    Patch by Jarkko Hietaniemi <jhi@iki.fi>.
  90.  
  91.    Override INSTALLDIRS for 5.8 as suggested by
  92.    Guido Ostkamp <Guido.Ostkamp@t-online.de>.
  93.  
  94.  
  95.  
  96. 2003-01-04   Gisle Aas <gisle@ActiveState.com>
  97.  
  98.    Release 1.01
  99.  
  100.    Document the clone() method.
  101.  
  102.  
  103.  
  104. 2001-03-13   Gisle Aas <gisle@ActiveState.com>
  105.  
  106.    Release 1.00
  107.  
  108.    Broken out of the Digest-MD5-2.12 distribution and made into
  109.    a separate dist.
  110.